SftTree/OCX 7.0

SftTreeFooters.Resizable Property

Softel vdm, Inc.

Defines whether column footers can be resized by the user.

Syntax       

Get

VB.NET

Style = object.Resizable  As SftTreeResizeConstants

VB

Style = object.Resizable  As SftTreeResizeConstants

C#.NET

SftTreeResizeConstants Style = object.Resizable;

VC++

enum SftTreeResizeConstants Style = object->Resizable;
enum SftTreeResizeConstants Style = object->GetResizable();

C

HRESULT object->get_Resizable(enum SftTreeResizeConstants* Style);

Delphi

Style := object.Resizable  : TOleEnum;

Put

VB.NET

object.Resizable = Style  As SftTreeResizeConstants

VB

object.Resizable = Style  As SftTreeResizeConstants

C#.NET

SftTreeResizeConstants object.Resizable = Style;

VC++

enum SftTreeResizeConstants object->Resizable = Style;
void object->PutResizable(enum SftTreeResizeConstants Style);

C

HRESULT object->put_Resizable(enum SftTreeResizeConstants Style);

Delphi

object.Resizable := Style  : TOleEnum;

object

A SftTreeFooters object.

Style

Defines whether column footers can be resized by the user.

Boolean

Description

True

Column footers can be resized by the user.

False

Column footers cannot be resized by the user.

Comments

The Resizable property defines whether column footers can be resized by the user.

Individual columns can be locked in size by using the Footer.Locked property.

See Also  SftTreeFooters Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com